-- card: 3890 from stack: in -- bmap block id: 4313 -- flags: 0000 -- background id: 2683 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=228 top=282 right=305 bottom=254 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=258 top=282 right=305 bottom=283 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=19 top=154 right=253 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 2816 of stack "Mercury Mission Stack" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=76 top=156 right=253 bottom=132 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 2833 of stack "Gemini Mission Stack" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=190 top=143 right=253 bottom=292 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 2967 of stack "Skylab Mission Stack" end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=132 top=151 right=253 bottom=191 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 3610 of stack "Apollo Missions Stack" end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=291 top=150 right=251 bottom=431 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 9521 of stack "Apollo Missions Stack" end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=434 top=152 right=251 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 3998 of stack "STS Mission Stack" end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=16 top=35 right=120 bottom=84 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to stack "ASTRONAUTS/STACK" end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=264 top=6 right=18 bottom=286 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: globalfind ----- HyperTalk script ----- on mouseup repeat with y = 1 to 100 set cursor to busy global t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15, t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30, t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44 global t0, x, r,hat,straw,buff1,buff2,count1,count2, t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60 find whole t0 get the result if count1>=3 and it is not empty then put the number of this card into hat put the foundchunk into buff1 show message box flash 2 exit mouseup else if it is not empty then add 1 to count1 set lockscreen to true go to "NASA Pocket Statistic 1991 (1)" send "mouseup" to button "GlobalFind" else put the number of this card into hat put the foundchunk into buff1 exit mouseup end if end if end repeat end mouseup on enterkey global t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15, t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30, t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44 global t0,x,r,hat,straw,buff1,buff2,count1,count2,t45,t46,t47, t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60 hide message box find whole t0 put 0 into count1 put the number of this card into straw put the foundchunk into buff2 if straw = hat and buff1 = buff2 then add 1 to x put "t"&x into r set lockscreen to true go to "NASA Pocket Statistic 1991 (1)" send "mouseup" to button "GlobalFind" end if end enterkey -- part contents for background part 19 ----- text ----- -- part contents for background part 18 ----- text -----